projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00932b2
)
Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 22 Sep 2017 00:31:48 +0000
(20:31 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 22 Sep 2017 02:53:49 +0000
(22:53 -0400)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index 71228ee560f73ba92543837000e61a1d66a90698..225f3e9e6fe29ccf696ee05b3804172d7059fcd3 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-1352,7
+1352,7
@@
gtk_entry_class_init (GtkEntryClass *class)
entry_props[PROP_ATTRIBUTES] =
g_param_spec_boxed ("attributes",
P_("Attributes"),
- P_("A list of style attributes to apply to the text of the
label
"),
+ P_("A list of style attributes to apply to the text of the
entry
"),
PANGO_TYPE_ATTR_LIST,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);